home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / vutex / test.tex < prev    next >
Text File  |  1990-10-01  |  2KB  |  69 lines

  1. \global\newcount\n \global\newcount\m \global\newcount\i
  2. \nopagenumbers
  3. \rm Roman Font
  4.  
  5. \m=0
  6. \loop\ifnum\m<128
  7. \n=\m
  8. \i=0
  9. {\loop\ifnum\i<8 \char\n\  \advance \n by 1 \advance\i by 1\repeat}
  10. \vskip11pt\advance\m by 8\message{\the\m}\repeat
  11. \vfill\eject
  12. \bf Bold Face Font
  13.  
  14. \m=0
  15. \loop\ifnum\m<128
  16. \n=\m
  17. \i=0
  18. {\loop\ifnum\i<8 \char\n\  \advance \n by 1 \advance\i by 1\repeat}
  19. \vskip11pt\advance\m by 8\message{\the\m}\repeat
  20. \vfill\eject
  21. \sl Slant Font
  22.  
  23. \m=0
  24. \loop\ifnum\m<128
  25. \n=\m
  26. \i=0
  27. {\loop\ifnum\i<8 \char\n\  \advance \n by 1 \advance\i by 1\repeat}
  28. \vskip11pt\advance\m by 8\message{\the\m}\repeat
  29. \vfill\eject
  30. \tt Teletype Font
  31.  
  32. \m=0
  33. \loop\ifnum\m<128
  34. \n=\m
  35. \i=0
  36. {\loop\ifnum\i<8 \char\n\  \advance \n by 1 \advance\i by 1\repeat}
  37. \vskip11pt\advance\m by 8\message{\the\m}\repeat
  38. \vfill\eject
  39. \font\mmi=ammi10 scaled \magstep0\mmi
  40. Math\thinspace Italics\thinspace Font
  41.  
  42. \m=0
  43. \loop\ifnum\m<128
  44. \n=\m
  45. \i=0
  46. {\loop\ifnum\i<8 \char\n\thinspace \advance \n by 1 \advance\i by 1\repeat}
  47. \vskip11pt\advance\m by 8\message{\the\m}\repeat
  48. \vfill\eject
  49. {\rm Symbols Font}
  50. \font\msy=amsy10 scaled \magstep0\msy
  51.  
  52. \m=0
  53. \loop\ifnum\m<128
  54. \n=\m
  55. \i=0
  56. {\loop\ifnum\i<8 \char\n\thinspace\advance \n by 1 \advance\i by 1\repeat}
  57. \vskip11pt\advance\m by 8\message{\the\m}\repeat
  58. \vfill\eject
  59. {\rm Extension Font}
  60. \font\mex=amex10 scaled \magstep0\mex
  61.  
  62. \m=0
  63. \loop\ifnum\m<128
  64. \n=\m
  65. \i=0
  66. {\loop\ifnum\i<8 \char\n\thinspace\advance \n by 1 \advance\i by 1\repeat}
  67. \vskip11pt\advance\m by 8\message{\the\m}\repeat
  68. \bye
  69.